home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / dname / initdnames.c < prev    next >
C/C++ Source or Header  |  1996-07-18  |  154b  |  12 lines

  1.  
  2. #include "dname.p"
  3.  
  4. void init_dnames()
  5. {
  6.     unsigned
  7.     index;
  8.  
  9.     for (index = 0; index < ndnames; index++)
  10.     dname_vector[index].usergroup = ndnames;
  11. }
  12.